/* Gathered bottles ########################################################### */

#bottles {
	position: relative;
	z-index: 0;
	left: 0%;
	top: 0%;


}


#p1 {
	position: relative;
	z-index: 0;
	left: 0%;
	top: 0%;
	width: 51%;
	#height: 30%;
	#border: 1px white solid;


}

#p2 {
	position: absolute;
	z-index: 0;
	left: 17%;
	top: 0%;
	width: 49%;
	#height: 30%;
	#border: 1px white solid;
	
}

#p3 {
	position: absolute;
	z-index: 0;
	left: 33%;
	top: 0%;
	width: 47%;
	#height: 30%;
	#border: 1px white solid;
}

#p4 {
	position: absolute;
	z-index: 0;
	left: 48%;
	top: 0%;
	width: 45%;
	#height: 30%;
	#border: 1px white solid;


}

.img_small {
	width: 100%;
}

.img_medium {
	width: 30%;
}


#description {
	#position: relative;
	#top: 10%;
	padding: 10px;
}
